-- background: 2114 from stack: in -- bmap block id: 44470 -- flags: 0000 -- background id: 0 -- name: -- part 16 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=126 top=78 right=97 bottom=163 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 16 -- part name: Dialing Preamble -- part 8 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=425 top=255 right=281 bottom=452 -- title width / last selected line: 0 -- icon id / first selected line: 1012 / 1012 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Return ----- HyperTalk script ----- on mouseUp visual effect scroll right pop card end mouseUp -- part 14 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=112 top=34 right=52 bottom=265 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 16 -- part name: Country -- part 13 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=262 top=78 right=96 bottom=303 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 16 -- part name: Country Code -- part 1 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=414 top=78 right=97 bottom=456 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 16 -- part name: area code -- part 9 (button) -- low flags: 00 -- high flags: 0004 -- rect: left=462 top=207 right=243 bottom=505 -- title width / last selected line: 0 -- icon id / first selected line: 1011 / 1011 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Home ----- HyperTalk script ----- on mouseUp visual effect iris close go home end mouseUp -- part 2 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=351 top=34 right=52 bottom=455 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 16 -- part name: time zone -- part 10 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=244 top=255 right=281 bottom=271 -- title width / last selected line: 0 -- icon id / first selected line: 1013 / 1013 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Next ----- HyperTalk script ----- on mouseUp go to next card end mouseUp -- part 3 (field) -- low flags: 01 -- high flags: 0000 -- rect: left=112 top=56 right=74 bottom=457 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: region -- part 11 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=213 top=255 right=281 bottom=240 -- title width / last selected line: 0 -- icon id / first selected line: 1014 / 1014 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Prev ----- HyperTalk script ----- on mouseUp go to prev card end mouseUp -- part 12 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=269 top=34 right=52 bottom=351 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: ----- HyperTalk script ----- on mouseUp if field "Country" contains "USA" then go to card id 71936 of stack "Card Ideas" end if end mouseUp -- part 4 (field) -- low flags: 00 -- high flags: 0000 -- rect: left=32 top=117 right=248 bottom=451 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 0 -- font id: 3 -- text size: 10 -- style flags: 0 -- line height: 13 -- part name: locations -- part 23 (button) -- low flags: 00 -- high flags: 8004 -- rect: left=462 top=248 right=292 bottom=506 -- title width / last selected line: 0 -- icon id / first selected line: 10610 / 10610 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Dir Asst ----- HyperTalk script ----- -- Modified to dial directory asst. dtm on mouseUp visual effect zoom open put field "area code" into AreaCode go to stack "Phone" dial AreaCode && "555-1212" answer "Create new address card?" with Cancel or OK if it is "Cancel" then pop card exit mouseUp end if go to stack "Address" go to last card of bkgnd "File Card" put "New Card" doMenu "New Card" put AreaCode && " " into field "Phone Number" select after last character of field "Phone Number" end mouseUp -- part 26 (button) -- low flags: 00 -- high flags: 0000 -- rect: left=465 top=170 right=200 bottom=499 -- title width / last selected line: 0 -- icon id / first selected line: 32462 / 32462 -- text alignment: 1 -- font id: 0 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: New Button ----- HyperTalk script ----- on mouseUp go to first card of background "About Area Codes" domenu "Find..." end mouseUp